Home > biomechZoo > Toolbox > Visualization > ensembler support functions > mybar.m

mybar

PURPOSE ^

lg = MYBAR(barval,evalue,conditions,colors,ax,lg,enames,type)

SYNOPSIS ^

function lg=mybar(barval,evalue,conditions,colors,ax,lg)

DESCRIPTION ^

 lg = MYBAR(barval,evalue,conditions,colors,ax,lg,enames,type)

 ARGUMENTS
  barval     ...  1 x c vector of barvalues
  eval       ...  1 x c vector of errorvalues
  conditions ...  1 x c cell aray of names for each bar
  colors     ...  1 x c cell array of colors for each bar
  ax         ...  handle of axis
  lg         ...  create legend 0: no, 1: yes

 RETURNS
  lg         ...  Legend handle

 NOTES:
 - this is an ensembler standalone function. It may not work well outside of the
   ensembler needs

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005